﻿2026-06-15T09:25:54.5255221Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T09:25:54.5255638Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T09:25:54.5255872Z [36;1m$PIN = "0c95435"[0m
2026-06-15T09:25:54.5256108Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T09:25:54.5256373Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T09:25:54.5256721Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T09:25:54.5257134Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T09:25:54.5257456Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T09:25:54.5257757Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T09:25:54.5258011Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T09:25:54.5258291Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T09:25:54.5258601Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T09:25:54.5258876Z [36;1m}[0m
2026-06-15T09:25:54.5259642Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T09:25:54.5259898Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T09:25:54.5333530Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T09:25:54.5333814Z ##[endgroup]
2026-06-15T09:25:55.4329087Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:25:55.4329372Z    Compiling quote v1.0.45
2026-06-15T09:25:55.4329649Z    Compiling unicode-ident v1.0.24
2026-06-15T09:25:55.4329913Z    Compiling cfg-if v1.0.4
2026-06-15T09:25:55.4330746Z    Compiling serde_core v1.0.228
2026-06-15T09:25:55.4331050Z    Compiling serde v1.0.228
2026-06-15T09:25:55.4331694Z    Compiling windows-link v0.2.1
2026-06-15T09:25:55.4332057Z    Compiling getrandom v0.3.4
2026-06-15T09:25:55.4332382Z    Compiling portable-atomic v1.13.1
2026-06-15T09:25:55.4332736Z    Compiling typenum v1.20.1
2026-06-15T09:25:55.4333178Z    Compiling version_check v0.9.5
2026-06-15T09:25:55.4333505Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:25:55.4334042Z    Compiling shlex v2.0.1
2026-06-15T09:25:55.4334518Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:25:55.4337774Z    Compiling critical-section v1.2.0
2026-06-15T09:25:55.4341522Z    Compiling memchr v2.8.1
2026-06-15T09:25:55.5084529Z    Compiling windows-sys v0.61.2
2026-06-15T09:25:55.5335311Z    Compiling subtle v2.6.1
2026-06-15T09:25:55.5612756Z    Compiling futures-core v0.3.32
2026-06-15T09:25:55.5896105Z    Compiling smallvec v1.15.1
2026-06-15T09:25:55.6815552Z    Compiling equivalent v1.0.2
2026-06-15T09:25:55.6920886Z    Compiling itoa v1.0.18
2026-06-15T09:25:55.7390104Z    Compiling bytes v1.11.1
2026-06-15T09:25:55.8000591Z    Compiling semver v1.0.28
2026-06-15T09:25:55.8153512Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:25:57.0835770Z    Compiling log v0.4.32
2026-06-15T09:25:58.8146508Z    Compiling rustc_version v0.4.1
2026-06-15T09:25:58.8536038Z    Compiling generic-array v0.14.7
2026-06-15T09:25:58.8602364Z    Compiling futures-io v0.3.32
2026-06-15T09:25:58.8853417Z    Compiling futures-sink v0.3.32
2026-06-15T09:25:58.8855780Z    Compiling slab v0.4.12
2026-06-15T09:25:58.9301944Z    Compiling rustversion v1.0.22
2026-06-15T09:25:58.9627096Z    Compiling futures-task v0.3.32
2026-06-15T09:25:59.0363736Z    Compiling futures-channel v0.3.32
2026-06-15T09:25:59.0656756Z    Compiling hashbrown v0.17.1
2026-06-15T09:25:59.1203440Z    Compiling getrandom v0.2.17
2026-06-15T09:25:59.1282737Z    Compiling jobserver v0.1.34
2026-06-15T09:25:59.1385444Z    Compiling cpufeatures v0.2.17
2026-06-15T09:25:59.1899481Z    Compiling fnv v1.0.7
2026-06-15T09:25:59.2202767Z    Compiling libc v0.2.186
2026-06-15T09:25:59.2250470Z    Compiling rand_core v0.10.1
2026-06-15T09:25:59.2952192Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:25:59.3088795Z    Compiling strsim v0.11.1
2026-06-15T09:25:59.4026217Z    Compiling autocfg v1.5.1
2026-06-15T09:25:59.6488613Z    Compiling indexmap v2.14.0
2026-06-15T09:25:59.7532098Z    Compiling litemap v0.8.2
2026-06-15T09:25:59.8140308Z    Compiling writeable v0.6.3
2026-06-15T09:25:59.8360813Z    Compiling utf8_iter v1.0.4
2026-06-15T09:25:59.8930633Z    Compiling cc v1.2.63
2026-06-15T09:25:59.8971871Z    Compiling ident_case v1.0.1
2026-06-15T09:25:59.9705040Z    Compiling getrandom v0.4.2
2026-06-15T09:26:00.0498638Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:26:00.0939765Z    Compiling fs_extra v1.3.0
2026-06-15T09:26:00.1014279Z    Compiling syn v2.0.117
2026-06-15T09:26:00.1558046Z    Compiling dunce v1.0.5
2026-06-15T09:26:00.1869632Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:26:00.2368750Z    Compiling percent-encoding v2.3.2
2026-06-15T09:26:00.3246426Z    Compiling http v1.4.1
2026-06-15T09:26:00.3895809Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:26:00.3997995Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:26:00.4811053Z    Compiling thiserror v2.0.18
2026-06-15T09:26:00.4929501Z    Compiling cpufeatures v0.3.0
2026-06-15T09:26:00.6095226Z    Compiling crypto-common v0.1.7
2026-06-15T09:26:00.6522689Z    Compiling scopeguard v1.2.0
2026-06-15T09:26:00.6523151Z    Compiling chacha20 v0.10.0
2026-06-15T09:26:00.7307705Z    Compiling lock_api v0.4.14
2026-06-15T09:26:00.7335130Z    Compiling block-buffer v0.10.4
2026-06-15T09:26:00.7384322Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:26:00.7579647Z    Compiling untrusted v0.9.0
2026-06-15T09:26:00.7705620Z    Compiling bitflags v2.12.1
2026-06-15T09:26:00.7884316Z    Compiling num-traits v0.2.19
2026-06-15T09:26:00.9223753Z    Compiling digest v0.10.7
2026-06-15T09:26:00.9433994Z    Compiling windows-result v0.4.1
2026-06-15T09:26:00.9546688Z    Compiling cmake v0.1.58
2026-06-15T09:26:01.0370449Z    Compiling rand v0.10.1
2026-06-15T09:26:01.0432430Z    Compiling windows-strings v0.5.1
2026-06-15T09:26:01.0483398Z    Compiling heck v0.5.0
2026-06-15T09:26:01.0509721Z    Compiling rustls v0.23.40
2026-06-15T09:26:01.0771629Z    Compiling convert_case v0.10.0
2026-06-15T09:26:01.1446509Z    Compiling anyhow v1.0.102
2026-06-15T09:26:01.2375464Z    Compiling atomic-waker v1.1.2
2026-06-15T09:26:01.6420458Z    Compiling ring v0.17.14
2026-06-15T09:26:01.7032745Z    Compiling const-oid v0.10.2
2026-06-15T09:26:01.7219986Z    Compiling unicode-xid v0.2.6
2026-06-15T09:26:01.7502142Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:26:02.0903967Z    Compiling httparse v1.10.1
2026-06-15T09:26:02.1347850Z    Compiling zerocopy v0.8.50
2026-06-15T09:26:02.2199932Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:26:02.2515259Z    Compiling http-body v1.0.1
2026-06-15T09:26:02.2816877Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:26:02.3021212Z    Compiling ahash v0.8.12
2026-06-15T09:26:02.3546176Z    Compiling hybrid-array v0.4.12
2026-06-15T09:26:02.4600859Z    Compiling fastrand v2.4.1
2026-06-15T09:26:02.4614663Z    Compiling either v1.16.0
2026-06-15T09:26:02.5664330Z    Compiling powerfmt v0.2.0
2026-06-15T09:26:02.5845991Z    Compiling base64ct v1.8.3
2026-06-15T09:26:02.7269264Z    Compiling rand_core v0.6.4
2026-06-15T09:26:02.7281740Z    Compiling try-lock v0.2.5
2026-06-15T09:26:02.7842555Z    Compiling deranged v0.5.8
2026-06-15T09:26:02.8705578Z    Compiling zmij v1.0.21
2026-06-15T09:26:02.9862768Z    Compiling tower-service v0.3.3
2026-06-15T09:26:03.0685575Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:26:03.1164376Z    Compiling data-encoding v2.11.0
2026-06-15T09:26:03.1266987Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:26:03.1496762Z    Compiling num-conv v0.2.2
2026-06-15T09:26:03.1730604Z    Compiling vcpkg v0.2.15
2026-06-15T09:26:03.1971810Z    Compiling time-core v0.1.8
2026-06-15T09:26:03.2099949Z    Compiling base64 v0.22.1
2026-06-15T09:26:03.2415731Z    Compiling pkg-config v0.3.33
2026-06-15T09:26:03.3759563Z    Compiling parking_lot v0.12.5
2026-06-15T09:26:03.3869501Z    Compiling tinyvec v1.11.0
2026-06-15T09:26:03.4039662Z    Compiling block-buffer v0.12.0
2026-06-15T09:26:03.4164348Z    Compiling crypto-common v0.2.2
2026-06-15T09:26:03.5814621Z    Compiling want v0.3.1
2026-06-15T09:26:03.7118622Z    Compiling sha2 v0.10.9
2026-06-15T09:26:03.7492987Z    Compiling vergen-lib v9.1.0
2026-06-15T09:26:03.7800365Z    Compiling inout v0.1.4
2026-06-15T09:26:03.8948879Z    Compiling n0-future v0.3.2
2026-06-15T09:26:03.9839647Z    Compiling synstructure v0.13.2
2026-06-15T09:26:03.9852510Z    Compiling darling_core v0.20.11
2026-06-15T09:26:04.0321425Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:26:04.0488817Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:26:04.1415630Z    Compiling winapi v0.3.9
2026-06-15T09:26:04.2069613Z    Compiling httpdate v1.0.3
2026-06-15T09:26:04.3030507Z    Compiling cordyceps v0.3.4
2026-06-15T09:26:04.3352395Z    Compiling serde_json v1.0.150
2026-06-15T09:26:04.3466698Z    Compiling winnow v1.0.3
2026-06-15T09:26:04.4078297Z    Compiling parking v2.2.1
2026-06-15T09:26:04.4110577Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T09:26:04.5139304Z    Compiling signature v2.2.0
2026-06-15T09:26:04.5209695Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:26:04.5887379Z    Compiling spin v0.10.0
2026-06-15T09:26:04.6631192Z    Compiling socket2 v0.6.4
2026-06-15T09:26:04.6851791Z    Compiling mio v1.2.1
2026-06-15T09:26:04.7346139Z    Compiling futures-buffered v0.2.13
2026-06-15T09:26:04.7569219Z    Compiling ed25519 v2.2.3
2026-06-15T09:26:04.7778716Z    Compiling futures-lite v2.6.1
2026-06-15T09:26:04.8207885Z    Compiling digest v0.11.3
2026-06-15T09:26:05.0599050Z    Compiling cipher v0.4.4
2026-06-15T09:26:05.1086377Z    Compiling vergen-lib v0.1.6
2026-06-15T09:26:05.3122091Z    Compiling vergen v9.1.0
2026-06-15T09:26:05.3682590Z    Compiling universal-hash v0.5.1
2026-06-15T09:26:05.4128080Z    Compiling noq-udp v0.10.0
2026-06-15T09:26:05.4274192Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:26:05.4665591Z    Compiling heapless v0.7.17
2026-06-15T09:26:05.5020093Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:26:05.5620452Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:26:05.5621055Z    Compiling opaque-debug v0.3.1
2026-06-15T09:26:05.6370004Z    Compiling byteorder v1.5.0
2026-06-15T09:26:05.6924173Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:26:05.8728009Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:26:05.8830775Z    Compiling hash32 v0.2.1
2026-06-15T09:26:05.9349921Z    Compiling polyval v0.6.2
2026-06-15T09:26:06.1783604Z    Compiling spin v0.9.8
2026-06-15T09:26:06.1813074Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:26:06.2199031Z    Compiling windows-threading v0.2.1
2026-06-15T09:26:06.2200807Z    Compiling tower-layer v0.3.3
2026-06-15T09:26:06.3189572Z    Compiling signature v3.0.0
2026-06-15T09:26:06.4651719Z    Compiling ryu v1.0.23
2026-06-15T09:26:06.4676319Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:26:06.4806403Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:26:06.5374210Z    Compiling serde_derive v1.0.228
2026-06-15T09:26:06.5576576Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:26:06.6111117Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:26:06.6352635Z    Compiling tokio-macros v2.7.0
2026-06-15T09:26:06.8303010Z    Compiling yoke-derive v0.8.2
2026-06-15T09:26:06.8303773Z    Compiling futures-macro v0.3.32
2026-06-15T09:26:06.9150712Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:26:06.9166556Z    Compiling displaydoc v0.2.6
2026-06-15T09:26:07.5971186Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:26:07.7628369Z    Compiling zeroize v1.8.2
2026-06-15T09:26:07.7662866Z    Compiling tokio v1.52.3
2026-06-15T09:26:07.7986990Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:26:07.8666654Z    Compiling futures-util v0.3.32
2026-06-15T09:26:07.9072516Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:26:07.9668449Z    Compiling darling_macro v0.20.11
2026-06-15T09:26:08.0653046Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:26:08.1090385Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:26:08.1104904Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:26:08.1413707Z    Compiling zerofrom v0.1.8
2026-06-15T09:26:08.1475943Z    Compiling spez v0.1.2
2026-06-15T09:26:08.1622106Z    Compiling windows-interface v0.59.3
2026-06-15T09:26:08.4664674Z    Compiling yoke v0.8.3
2026-06-15T09:26:08.4814010Z    Compiling darling v0.20.11
2026-06-15T09:26:08.4885802Z    Compiling windows-implement v0.60.2
2026-06-15T09:26:08.7312602Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:26:08.8922472Z    Compiling zerovec v0.11.6
2026-06-15T09:26:08.9320210Z    Compiling zerotrie v0.2.4
2026-06-15T09:26:08.9819593Z    Compiling der v0.8.0-rc.10
2026-06-15T09:26:09.0048996Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:26:09.1248752Z    Compiling n0-error v0.1.3
2026-06-15T09:26:09.2904606Z    Compiling windows-core v0.62.2
2026-06-15T09:26:09.3526923Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:26:09.5859390Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:26:09.7073011Z    Compiling postcard-derive v0.2.2
2026-06-15T09:26:09.8308347Z    Compiling tinystr v0.8.3
2026-06-15T09:26:09.8308934Z    Compiling potential_utf v0.1.5
2026-06-15T09:26:09.9174656Z    Compiling cobs v0.3.0
2026-06-15T09:26:10.0471679Z    Compiling icu_collections v2.2.0
2026-06-15T09:26:10.0609143Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:26:10.0886404Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:26:10.1401648Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:26:10.1668789Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:26:10.3237841Z    Compiling spt-proto v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T09:26:10.3642188Z    Compiling pin-project v1.1.13
2026-06-15T09:26:10.4067852Z    Compiling windows-numerics v0.3.1
2026-06-15T09:26:10.4890587Z    Compiling windows-future v0.3.2
2026-06-15T09:26:10.5514822Z    Compiling derive_builder v0.20.2
2026-06-15T09:26:10.5688828Z    Compiling windows-collections v0.3.2
2026-06-15T09:26:10.6240118Z    Compiling ghash v0.5.1
2026-06-15T09:26:10.6850605Z    Compiling windows-targets v0.52.6
2026-06-15T09:26:10.7111867Z    Compiling ctr v0.9.2
2026-06-15T09:26:10.7894933Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:26:10.8929257Z    Compiling aes v0.8.4
2026-06-15T09:26:10.9762640Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:26:11.0021813Z    Compiling time v0.3.47
2026-06-15T09:26:11.0932196Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:26:11.2127507Z    Compiling ipnet v2.12.0
2026-06-15T09:26:11.3750353Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:26:11.4882489Z    Compiling http-body-util v0.1.3
2026-06-15T09:26:11.6235574Z    Compiling prefix-trie v0.8.4
2026-06-15T09:26:11.7244871Z    Compiling icu_provider v2.2.0
2026-06-15T09:26:11.8681040Z    Compiling once_cell v1.21.4
2026-06-15T09:26:11.9234788Z    Compiling aead v0.5.2
2026-06-15T09:26:11.9463034Z    Compiling widestring v1.2.1
2026-06-15T09:26:12.0545085Z    Compiling tracing-core v0.1.36
2026-06-15T09:26:12.1167129Z    Compiling ipconfig v0.3.4
2026-06-15T09:26:12.1208044Z    Compiling postcard v1.1.3
2026-06-15T09:26:12.3024203Z    Compiling icu_properties v2.2.0
2026-06-15T09:26:12.3350263Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:26:12.3852806Z    Compiling hashbrown v0.14.5
2026-06-15T09:26:12.4542514Z    Compiling aes-gcm v0.10.3
2026-06-15T09:26:12.4543031Z    Compiling windows v0.62.2
2026-06-15T09:26:12.4970210Z    Compiling chrono v0.4.45
2026-06-15T09:26:12.5102503Z    Compiling windows-sys v0.59.0
2026-06-15T09:26:12.5459563Z    Compiling derive_more v2.1.1
2026-06-15T09:26:12.7174234Z    Compiling tracing v0.1.44
2026-06-15T09:26:12.8183610Z    Compiling futures-executor v0.3.32
2026-06-15T09:26:12.9861143Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:26:12.9907842Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:26:13.1146365Z    Compiling futures v0.3.32
2026-06-15T09:26:13.3054957Z    Compiling hashlink v0.9.1
2026-06-15T09:26:13.3138531Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:26:13.3144172Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:26:13.3518890Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:26:13.5634782Z    Compiling enum-assoc v1.3.0
2026-06-15T09:26:13.7136605Z    Compiling idna_adapter v1.2.2
2026-06-15T09:26:13.7427810Z    Compiling rusqlite v0.32.1
2026-06-15T09:26:13.7482087Z    Compiling async-trait v0.1.89
2026-06-15T09:26:13.7509401Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:26:13.8195643Z    Compiling strum_macros v0.28.0
2026-06-15T09:26:13.9056977Z    Compiling idna v1.1.0
2026-06-15T09:26:13.9961433Z    Compiling windows-registry v0.6.1
2026-06-15T09:26:14.1006298Z    Compiling blake3 v1.8.5
2026-06-15T09:26:14.1086343Z    Compiling uuid v1.23.2
2026-06-15T09:26:14.3229688Z    Compiling url v2.5.8
2026-06-15T09:26:14.4224343Z    Compiling memoffset v0.6.5
2026-06-15T09:26:14.4994327Z    Compiling netwatch v0.16.0
2026-06-15T09:26:14.6115922Z    Compiling noq v0.18.0
2026-06-15T09:26:14.6355680Z    Compiling acto v0.8.2
2026-06-15T09:26:14.6706932Z    Compiling tagptr v0.2.0
2026-06-15T09:26:14.7921991Z    Compiling tokio-util v0.7.18
2026-06-15T09:26:14.8108783Z    Compiling tower v0.5.3
2026-06-15T09:26:14.8447776Z    Compiling thiserror v1.0.69
2026-06-15T09:26:14.9043851Z    Compiling identity-hash v0.1.0
2026-06-15T09:26:14.9106498Z    Compiling lru-slab v0.1.2
2026-06-15T09:26:14.9356179Z    Compiling rustc-hash v2.1.2
2026-06-15T09:26:14.9618746Z    Compiling xml-rs v0.8.28
2026-06-15T09:26:15.0434678Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:26:15.0703924Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:26:15.1211460Z    Compiling spt-store v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T09:26:15.2073930Z    Compiling ref-cast v1.0.25
2026-06-15T09:26:15.2074398Z    Compiling mac-addr v0.3.0
2026-06-15T09:26:15.2436012Z    Compiling foldhash v0.2.0
2026-06-15T09:26:15.3902610Z    Compiling netdev v0.42.0
2026-06-15T09:26:15.4700993Z    Compiling hashbrown v0.16.1
2026-06-15T09:26:15.4915282Z    Compiling attohttpc v0.30.1
2026-06-15T09:26:15.5199339Z    Compiling iroh-base v0.98.0
2026-06-15T09:26:15.7370206Z    Compiling tower-http v0.6.11
2026-06-15T09:26:15.8454437Z    Compiling xmltree v0.10.3
2026-06-15T09:26:15.9534201Z    Compiling moka v0.12.15
2026-06-15T09:26:16.0207075Z    Compiling h2 v0.4.14
2026-06-15T09:26:16.2932076Z    Compiling n0-watcher v0.6.1
2026-06-15T09:26:16.3184756Z    Compiling tokio-stream v0.1.18
2026-06-15T09:26:16.4650934Z    Compiling num_enum v0.7.6
2026-06-15T09:26:16.5715348Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:26:16.6047260Z    Compiling strum v0.28.0
2026-06-15T09:26:16.8625374Z    Compiling iroh-relay v0.98.0
2026-06-15T09:26:16.8994523Z    Compiling serde_spanned v0.6.9
2026-06-15T09:26:17.0104757Z    Compiling toml_datetime v0.6.11
2026-06-15T09:26:17.0130507Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:26:17.0753416Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:26:17.1830453Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:26:17.2474830Z    Compiling simple-dns v0.9.3
2026-06-15T09:26:17.3281687Z    Compiling serial-core v0.4.0
2026-06-15T09:26:17.3572920Z    Compiling aho-corasick v1.1.4
2026-06-15T09:26:17.3688073Z    Compiling sha1_smol v1.0.1
2026-06-15T09:26:17.4710843Z    Compiling winreg v0.10.1
2026-06-15T09:26:17.5846281Z    Compiling spt-msg v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T09:26:17.5937650Z    Compiling winnow v0.7.15
2026-06-15T09:26:17.6726621Z    Compiling arrayvec v0.7.6
2026-06-15T09:26:17.7184580Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:26:17.7588728Z    Compiling arrayref v0.3.9
2026-06-15T09:26:17.8428654Z    Compiling resolv-conf v0.7.6
2026-06-15T09:26:17.9638600Z    Compiling smol_str v0.1.24
2026-06-15T09:26:17.9735820Z    Compiling simdutf8 v0.1.5
2026-06-15T09:26:17.9781061Z    Compiling toml_write v0.1.2
2026-06-15T09:26:18.2515323Z    Compiling regex-syntax v0.8.10
2026-06-15T09:26:18.4816210Z    Compiling schemars_derive v1.2.1
2026-06-15T09:26:18.7731320Z    Compiling serial-windows v0.4.0
2026-06-15T09:26:18.8519817Z    Compiling iroh-dns v0.98.0
2026-06-15T09:26:19.0406722Z    Compiling lru v0.16.4
2026-06-15T09:26:19.1912948Z    Compiling webpki-roots v1.0.7
2026-06-15T09:26:19.1960595Z    Compiling seize v0.5.1
2026-06-15T09:26:19.2377236Z    Compiling darling_core v0.23.0
2026-06-15T09:26:19.2438988Z    Compiling hmac v0.12.1
2026-06-15T09:26:19.2657351Z    Compiling serde_bytes v0.11.19
2026-06-15T09:26:19.3308121Z    Compiling iroh v0.98.2
2026-06-15T09:26:19.4378005Z    Compiling pin-utils v0.1.0
2026-06-15T09:26:19.4769173Z    Compiling dyn-clone v1.0.20
2026-06-15T09:26:19.5882329Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T09:26:19.5902811Z    Compiling bitflags v1.3.2
2026-06-15T09:26:19.6736415Z    Compiling toml_edit v0.22.27
2026-06-15T09:26:19.6760444Z    Compiling cmov v0.5.4
2026-06-15T09:26:19.6938249Z    Compiling anstyle v1.0.14
2026-06-15T09:26:19.7227441Z    Compiling lazy_static v1.5.0
2026-06-15T09:26:19.8246790Z    Compiling utf8parse v0.2.2
2026-06-15T09:26:19.8346526Z    Compiling shared_library v0.1.9
2026-06-15T09:26:19.9650427Z    Compiling ctutils v0.4.2
2026-06-15T09:26:19.9651093Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:26:19.9904492Z    Compiling anstyle-wincon v3.0.11
2026-06-15T09:26:20.0939749Z    Compiling nix v0.25.1
2026-06-15T09:26:20.1512525Z    Compiling papaya v0.2.4
2026-06-15T09:26:20.2037116Z    Compiling hkdf v0.12.4
2026-06-15T09:26:20.2296556Z    Compiling hyper v1.10.1
2026-06-15T09:26:20.3499191Z    Compiling serial v0.4.0
2026-06-15T09:26:20.3853298Z    Compiling filedescriptor v0.8.3
2026-06-15T09:26:20.3926588Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:26:20.4710279Z    Compiling backon v1.6.0
2026-06-15T09:26:20.4752610Z    Compiling schemars v1.2.1
2026-06-15T09:26:20.7009287Z    Compiling regex-automata v0.4.14
2026-06-15T09:26:20.7371341Z    Compiling anstyle-query v1.1.5
2026-06-15T09:26:20.8794165Z    Compiling shell-words v1.1.1
2026-06-15T09:26:20.9204332Z    Compiling downcast-rs v1.2.1
2026-06-15T09:26:20.9749524Z    Compiling colorchoice v1.0.5
2026-06-15T09:26:21.0251276Z    Compiling instability v0.3.12
2026-06-15T09:26:21.0254418Z    Compiling foldhash v0.1.5
2026-06-15T09:26:21.0721015Z    Compiling paste v1.0.15
2026-06-15T09:26:21.0956267Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:26:21.0997182Z    Compiling portable-pty v0.8.1
2026-06-15T09:26:21.2053761Z    Compiling hashbrown v0.15.5
2026-06-15T09:26:21.2968264Z    Compiling anstream v1.0.0
2026-06-15T09:26:21.3397999Z    Compiling spake2 v0.4.0
2026-06-15T09:26:21.5455352Z    Compiling crossterm_winapi v0.9.1
2026-06-15T09:26:21.8200981Z    Compiling strum_macros v0.26.4
2026-06-15T09:26:21.9636904Z    Compiling toml v0.8.23
2026-06-15T09:26:22.0114707Z    Compiling terminal_size v0.4.4
2026-06-15T09:26:22.0884904Z    Compiling itertools v0.13.0
2026-06-15T09:26:22.1691826Z    Compiling sha1 v0.10.6
2026-06-15T09:26:22.4861447Z    Compiling hyper-util v0.1.20
2026-06-15T09:26:22.5458406Z    Compiling castaway v0.2.4
2026-06-15T09:26:22.5924014Z    Compiling unicode-width v0.1.14
2026-06-15T09:26:22.6972453Z    Compiling doctest-file v1.1.1
2026-06-15T09:26:22.8954764Z    Compiling wmi v0.18.4
2026-06-15T09:26:23.0663433Z    Compiling indoc v2.0.7
2026-06-15T09:26:23.0700409Z    Compiling darling_macro v0.23.0
2026-06-15T09:26:23.1711922Z    Compiling clap_lex v1.1.0
2026-06-15T09:26:23.2355308Z    Compiling static_assertions v1.1.0
2026-06-15T09:26:23.4126409Z    Compiling recvmsg v1.0.0
2026-06-15T09:26:23.5324316Z    Compiling regex v1.12.3
2026-06-15T09:26:23.5652197Z    Compiling compact_str v0.8.2
2026-06-15T09:26:23.5652811Z    Compiling darling v0.23.0
2026-06-15T09:26:23.5864140Z    Compiling clap_builder v4.6.0
2026-06-15T09:26:23.7022215Z    Compiling lru v0.12.5
2026-06-15T09:26:23.9286714Z    Compiling crossterm v0.28.1
2026-06-15T09:26:24.2824591Z    Compiling spt-runtime v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T09:26:24.4197279Z    Compiling igd-next v0.17.1
2026-06-15T09:26:24.5210768Z    Compiling strum v0.26.3
2026-06-15T09:26:24.5696932Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:26:24.6249448Z    Compiling interprocess v2.4.2
2026-06-15T09:26:24.7485593Z    Compiling spt-term v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T09:26:25.1629486Z    Compiling clap_derive v4.6.1
2026-06-15T09:26:25.3028514Z    Compiling unicode-width v0.2.0
2026-06-15T09:26:25.3131807Z    Compiling cassowary v0.3.0
2026-06-15T09:26:25.3786849Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:26:25.4273347Z    Compiling portmapper v0.16.0
2026-06-15T09:26:25.6759140Z    Compiling qrcode v0.14.1
2026-06-15T09:26:25.7911280Z    Compiling ratatui v0.29.0
2026-06-15T09:26:26.2331716Z    Compiling spt-live v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T09:26:26.2436719Z    Compiling tempfile v3.27.0
2026-06-15T09:26:27.4909907Z    Compiling clap v4.6.1
2026-06-15T09:26:38.5605422Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:26:40.7417604Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:26:40.7417926Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:26:40.7418191Z    Compiling noq-proto v0.17.0
2026-06-15T09:26:40.8777798Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:26:40.8778262Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:26:40.8778647Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:26:41.0136875Z    Compiling reqwest v0.13.4
2026-06-15T09:26:41.8978303Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:26:57.7617652Z    Compiling spt-net v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T09:26:59.2204611Z    Compiling spt-daemon v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T09:27:07.2695749Z    Compiling spt v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T09:27:13.7483437Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-15T09:27:13.7697218Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-f56ba2c3eea87e14.exe)
2026-06-15T09:27:13.8167003Z 
2026-06-15T09:27:13.8167275Z running 1 test
2026-06-15T09:27:21.5839691Z test new_brain_serves_against_old_broker ... ok
2026-06-15T09:27:21.5840089Z 
2026-06-15T09:27:21.5840292Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.77s
2026-06-15T09:27:21.5840600Z 
